home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / lightning-0.8-tb-win.xpi / install.rdf < prev   
Extensible Markup Language  |  2008-04-01  |  1KB  |  31 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <!-- Target Application this extension can install into, 
  8.         with minimum and maximum supported versions. --> 
  9.     <em:targetApplication>
  10.       <Description>
  11.         <!-- thunderbird -->
  12.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  13.         <em:minVersion>2.0</em:minVersion>
  14.         <em:maxVersion>2.0.0.*</em:maxVersion>
  15.       </Description>
  16.     </em:targetApplication>
  17.  
  18.  
  19.  
  20.     <em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
  21.     <em:name>Lightning</em:name>
  22.     <em:version>0.8</em:version>
  23.     <em:description>An integrated calendar for Thunderbird (build 2008033120)</em:description>
  24.     <em:creator>Mozilla Calendar Project</em:creator>
  25.     <em:homepageURL>http://www.mozilla.org/projects/calendar/releases/lightning0.8.html</em:homepageURL>
  26.     <em:iconURL>chrome://calendar/skin/cal-icon32.png</em:iconURL>
  27.     <em:optionsURL>chrome://messenger/content/preferences/preferences.xul</em:optionsURL>
  28.     <em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
  29.   </Description>
  30. </RDF>
  31.